home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / ifxlite / imagefx3 / rexx / autofx / savethumbnailsoff.ifx.pre < prev    next >
Text File  |  2004-08-03  |  451b  |  25 lines

  1. /*
  2.  * $VER: SaveThumbnailsOff.ifx.pre 2.5 (11.04.96)
  3.  * Copyright © 1992-1996 Nova Design, Inc.
  4.  * Written by Thomas Krehbiel
  5.  *
  6.  * Turn off saving thumbnails with files.
  7.  *
  8.  * Inputs:
  9.  *    Word(Arg(1),1) = Sequence number
  10.  *    Word(Arg(1),2) = Total number of frames (N)
  11.  *
  12.  * Returns:
  13.  *    0 if successful, non-zero on failure
  14.  *
  15.  */
  16.  
  17. OPTIONS RESULTS
  18.  
  19. SetPrefs SaveNails Off
  20. previous = result
  21.  
  22. CALL SETCLIP('AutoFX_STO_Previous', previous)
  23.  
  24. EXIT
  25.